.hero_carosel {
    height: 100vh;
    overflow: hidden;
}
.owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item,
.owl-carousel .owl-item .item,
.hero-img,
.owl-carousel .owl-item img{
    height: 100%;
}
.hero_carosel .owl-nav button.owl-prev,
.hero_carosel .owl-nav button.owl-next {
    position: absolute;
    bottom: 45%;
    right: 50%;
    color: #000;
}

.owl-theme .owl-dots .owl-dot span{
    background-color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: #6D8270;
}

.owl-theme .owl-dots {
    bottom: 10px;
    position: absolute;
    left: calc(50% - 36px);
}

.hero_carosel .owl-nav button.owl-prev {
    left: 0;
}

.hero_carosel .owl-nav button.owl-next {
    right: 0;
}

.hero_carosel.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
    color: #444;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.hero_carosel.owl-carousel.owl-theme.owl-loaded a {
    text-decoration: none;
}

.hero_carosel i.owl-direction {
    margin: 0 13px;
    font-size: 3em;
    padding: 0;
    color: #607d8b;
}

.hero_carosel .owl-nav button.owl-next,
.hero_carosel .owl-nav button.owl-prev {
    outline: 0;
    background: #fff;
    width: 36px;
}

.tag {
    display: inline-block;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

.desc {
    position: absolute;
    padding: 8%;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.desc h2{
    color: #fff;
    font-size: 70px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 80px;
    margin-top: 20px;
    letter-spacing: 0;
}

.hero-img {
    position: relative;
}

.hero-img:before {
    background: rgba(0, 0, 0, 0.38);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.btn-gradient-bg {
    color: #fff;
    display: inline-block;
    padding: 11px 33px;
    background: linear-gradient(to right, #f05874 0%, #fc6a2a 100%);
    border-radius: 30px;
}

.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

.delay-3 {
    animation-delay: 0.6s;
}

.delay-4 {
    animation-delay: 0.8s;
}

.slider-counter {
    z-index: 99;
    top: 90vh;
    position: absolute;
    text-align: center;
    right: 4%;
    font-size: 80px;
    color: rgba(242, 242, 242, 0.7);
    font-weight: 700;
}

@media (max-width: 1599px) {
    .desc{
        padding: 5%;
    }
    .desc h2{
        font-size: 58px;
        line-height: 60px;
        margin-top: 10px;
    }
}
@media (max-width: 991px) {
    .hero_carosel{
        height: auto;
        margin-top: 75px;
    }
    .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel .owl-item, .owl-carousel .owl-item .item, .hero-img, .owl-carousel .owl-item img {
        height: auto;
    }
}

@media (max-width: 767px) {
    .slider-counter {
        font-size: 80px;
        font-weight: 600;
        bottom: 0;
    }
    .desc{
        width: 300px;
    }
    .desc h2{
        font-size: 30px;
        line-height: 30px;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .slider-counter {
        font-size: 30px;
        font-weight: 500;
        bottom: 0;
    }
}

